home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / archive / szv132.arj / HISTORY.SZV < prev    next >
Text File  |  1994-11-13  |  4KB  |  85 lines

  1.                           Original History of SZV
  2.  
  3.      For those of you interested, here is a complete history of
  4. how SZV began.  See WHATSNEW.SZV for all changes for each version
  5. from 0.2 on.
  6.  
  7.                                Starting Out
  8.      Back in May 1994, I had a thought.  This thought was that I
  9. really liked the .ZIP file viewers on bulletin board systems
  10. (such as DataView and Aviewcom).  I decided then that I could
  11. easily creat my own .ZIP viewer, they did it and why couldn't I? 
  12. So I did.
  13.                              In the Beginning
  14.      In the very early stages of SZV's development, I had a total
  15. of 3 beta versions before finally actually coming out with
  16. version 1.00.
  17.      In the beginning, (5-28-94), in order to use SZV and to even
  18. get it to run, you had to either do all of the following
  19. manually, or else you had to use ZIPVIEW.BAT.  This batch file
  20. follows:
  21. @ECHO OFF
  22. COPY %1 SZVTEMP.ZIP
  23. SZV
  24. DEL SZVTEMP.*
  25.  
  26.      As you can see, this was a rather difficult thing to do just
  27. to view one file, so other versions came and eventually
  28. ZIPVIEW.BAT was completely done away with.
  29.      When (or if) you actually got SZV to run successfully, you
  30. didn't have very many features or options.  It is important to
  31. mention here that I borrowed my file reading routines from a
  32. completely different program, I just added some very minor code. 
  33. It is also important to mention here that I wrote my end-of-file
  34. detection routine, but this unfortunately doesn't seem to work
  35. correctly at this time.
  36.      When you actually viewed the .ZIP file, about your only
  37. choice was to continue reading or stop.  When you stopped, it
  38. simply exited and that was it.
  39.                                     0.2
  40.      By the time 0.2 was ready for release (beginning of June),
  41. quite a lot had changed.  You can find a list of the things that
  42. changed in 0.2 at the beginning of WHATSNEW.SZV, but one thing
  43. not listed there is that the function of ZIPVIEW.BAT had changed
  44. quite a bit.  Now it was possible to actually enter the name of
  45. the .ZIP file you wanted to view from within the program, and in
  46. fact that was the ONLY way to view .ZIP files now.  Now, however,
  47. the ZIPVIEW.BAT was still necessary because it was the bridge
  48. between SZV and PKUNZIP.EXE instead of the launcher for SZV. 
  49. This then made it possible to, instead of viewing .ZIP files,
  50. modify it to work with .ARJ or any archiver which had a view
  51. function.
  52.      Also, by this time, SZV was a lot more stable.  It didn't
  53. crash the system (well it never did anyway) and was overall a
  54. really good program.
  55.                         1.00, The MAJOR Rewrite!!!
  56.      In 0.3, I did add a new feature which basically allowed one
  57. to view several .ZIP files without ever leaving the program.  0.3
  58. was the last beta before 1.00, so it shouldn't be surprising that
  59. 0.2 and up were all very different from 0.1, but 0.3 and 1.0 had
  60. major differences, as you will see in a moment.
  61.      Version 1.00 was the first "real" and "official" release of
  62. SZV, so it should not be surprising that 1.0 added over 10 (13 to
  63. be exact) new features, changes, and over all code modifications. 
  64. Very little original code was left from 0.3 after 1.0 was
  65. complete, but the menu which was added in 0.3 accidentally got
  66. deleted.  It was later added back in in 1.2.  Everything from the
  67. opening screen to the closing screen had been completely
  68. rewritten, except for the EOF detection and the code to read the
  69. temp file PKunzip made for SZV.  Now code was added to delete the
  70. temp file as SZV exited so there was no need at all to do it
  71. manually.  Now, also, the ZIPVIEW.BAT disappeared and was
  72. replaced by ZIPVIEW.COM.  Again, ZIPVIEW.COM would eventually be
  73. removed.
  74.                                     1.2
  75.      The main feature of 1.1 was now a BANNER.TXT would be
  76. displayed before the copyright message, and now there was a
  77. feature for registered users only that didn't appear in the
  78. shareware version.
  79.      By 1.2, another group of changes was taking place.  Now an
  80. INIT.BAT would be run right after BANNER.BAT, and SZV Lite was
  81. removed from the SZV archive.  ZIPVIEW.COM was also removed and
  82. is now permanently built into the SZV code.  I am debating on
  83. modifying a few things in SZV and creating SAV (Simple ARJ
  84. Viewer) but as of this time that isn't done yet.
  85.